crypto/tls.Conn.sendSessionTicket (method)
3 uses
crypto/tls (current package)
handshake_server_tls13.go#L976: return c.sendSessionTicket(false, nil)
handshake_server_tls13.go#L979: func (c *Conn) sendSessionTicket(earlyData bool, extra [][]byte) error {
quic.go#L315: return quicError(c.sendSessionTicket(opts.EarlyData, opts.Extra))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)